GET api/calendar/reminders/{thresholdInMinutes}?filters[0]={filters[0]}&filters[1]={filters[1]}&optionalParams[0]={optionalParams[0]}&optionalParams[1]={optionalParams[1]}
Get reminders within the specified minutes
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| thresholdInMinutes | integer | 
                                 Required  | 
                |
| filters | 
                         Reminders can be filtered by subject and location  | 
                    Collection of Pair of string [key] and string [value] | 
                                 Required  | 
                
| optionalParams | Collection of Pair of string [key] and string [value] | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Collection of ObjectNone.
Response Formats
application/json
            Sample:
[
  {},
  {}
]
        Example Code in C#
No Sample code available.